projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8cf23
)
win32: Make spinner animate
author
Alexander Larsson
<alexl@redhat.com>
Thu, 15 Mar 2012 19:29:09 +0000
(20:29 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 15 Mar 2012 20:12:36 +0000
(21:12 +0100)
gtk/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32-base.css
b/gtk/gtk-win32-base.css
index 32687eee9941125e9271d368a0ddc0cbaae99e7d..bf49f574eae8129af7b05dad1a550aa5cfb2ac19 100644
(file)
--- a/
gtk/gtk-win32-base.css
+++ b/
gtk/gtk-win32-base.css
@@
-77,6
+77,10
@@
GtkFrame {
color: #fff;
}
+.spinner:active {
+ transition: 750ms linear lop;
+}
+
GtkScrolledWindow.frame {
border-style: solid;
border-width: 2px;